home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / mac / Mac_Files / Vendor Demos / HiQ / HiQ•Help / HiQ•Help.rsrc / PICT_11002_Statistical Analyzer pg 2.png < prev    next >
Portable Network Graphic  |  1992-04-28  |  47KB  |  816x1056  |  8-bit (256 colors)
Labels: book | chat room | crt screen | monitor | reckoner | sky | web site
OCR: STATISTICAL ANALYZER SAMPLE SCRIPTS Line Fit Example 1. Fit the data: X: {1880 1890 1900 1910, 1920 1930, 1940 1950 1960 1970, 1980} {50.2 ,62.9,76.0,92.0,105.7,122.8,131.7, .151.1.179.3 203. 3 ,226.5} using straight line fit. Script Example: local i; project xVector0, yVectoro; [lineFitCoefficients0 ,lineFitResidual0] linefit(xVectoro yVector0); Script Output (edited): Execution time 0.466667 seconds lineFitCoefficientsO: rows -3201 31454545455 1.72472727272727 lineFitResidualo 641. 143272727273 Executior